U_CAPI UCalendar* ucal_open ( const UChar* zoneID, int32_t len, const char* locale, UCalendarType type, UErrorCode* status)

Open a UCalendar

Documentation

Open a UCalendar. A UCalendar may be used to convert a millisecond value to a year, month, and day.
Returns:
A pointer to a UCalendar, or 0 if an error occurred.
Parameters:
zoneID - The desired TimeZone ID. If 0, use the default time zone.
len - The length of zoneID, or -1 if null-terminated.
locale - The desired locale
type - The type of UCalendar to open.
status - A pointer to an UErrorCode to receive any errors

alphabetic index hierarchy of classes


this page has been generated automatically by doc++

(c)opyright by Malte Zöckler, Roland Wunderling
contact: doc++@zib.de